PrClose
When you are finished using Printing Manager routines, use thePrClose
procedure to close the Printing Manager and release the memory it occupies.
PROCEDURE PrClose;DESCRIPTION
ThePrClose
procedure is the call that balances a call to thePrOpen
procedure.SPECIAL CONSIDERATIONS
If you have opened the printer driver with thePrOpen
procedure, do not call thePrDrvrClose
procedure (described on page 9-77) to close it. Similarly, do not close the printer driver withPrClose
if you opened it with thePrDrvrOpen
procedure (described on page 9-76).ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for thePrClose
procedure are
Trap macro Selector _PrGlue $D0000000 SEE ALSO
For an example of the use ofPrClose
, see Listing 9-2 beginning on page 9-18.